ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / StepArea Class / RenderSegment Method / RenderSegment(Point[]) Method


In This Topic
    RenderSegment(Point[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function RenderSegment( _
       ByVal pts() As Point _
    ) As PathFigure
    'Usage
     
    
    Dim instance As StepArea
    Dim pts() As Point
    Dim value As PathFigure
     
    value = instance.RenderSegment(pts)
    protected PathFigure RenderSegment( 
       Point[] pts
    )

    Parameters

    pts
    See Also